fix(jira): rename "Jira Server" to "Jira Data Center" in UI labels#8903
fix(jira): rename "Jira Server" to "Jira Data Center" in UI labels#8903bujjibabukatta wants to merge 1 commit into
Conversation
|
Hi @klesh could you please approve pull request? |
|
Hello. I am unable to proceed because the code you submitted does not correspond to your description or the issue you are referencing. |
|
Please update your title to a more descriptive one. |
|
Hi @klesh, apologies for the confusion. I've removed the unrelated Jenkins commit from the branch — the PR now contains only the 3 UI label changes for the Jira rename. I've also updated the PR title to be more descriptive. Please let me know if anything else needs to be addressed. |
There was a problem hiding this comment.
We could rename it to Data Center, but we should also keep the Server label because some might still be using an older Jira Server instance.
And, you need to update the https://github.com/apache/devlake-website repository as well.
Summary
Renames the user-facing label "Jira Server" to "Jira Data Center" across the Jira plugin UI, reflecting Atlassian's official deprecation and rebranding of the product.
Changes
config-ui/src/plugins/register/jira/connection-fields/auth.tsx— updated radio button label and endpoint URL hint textconfig-ui/src/plugins/register/jira/config.tsx— updated rate limit help textWhat was intentionally left unchanged
Internal Go identifiers (
JiraServerInfo,DeploymentServer) and the database table name (_tool_jira_server_infos) were not renamed. These are internal implementation details and renaming them would require a database migration, which is out of scope for a UI label fix.Does this close any open issues?
Closes #8856